SelectedItem Property (ComboBox<T>)
In This Topic
Gets or sets the item that is currently selected in the drop-down list.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Overridable Property SelectedItem As
[C1Ignore()]
public virtual SelectedItem {get; set;}
See Also